Denis Gukov
|
99bef2afd0
|
Update CONTRIBUTING.md
|
2021-07-12 13:04:56 +05:00 |
|
Denis Gukov
|
e55f42584a
|
Update CONTRIBUTING.md
|
2021-07-12 13:03:15 +05:00 |
|
Denis Gukov
|
4d49a01291
|
Update CONTRIBUTING.md
|
2021-07-12 13:02:42 +05:00 |
|
Denis Gukov
|
b1c36e375d
|
Update CONTRIBUTING.md
|
2021-07-12 12:58:36 +05:00 |
|
Denis Gukov
|
5e4c753575
|
Update CONTRIBUTING.md
|
2021-07-12 12:53:33 +05:00 |
|
Denis Gukov
|
9256c831ec
|
chore(ci): remove some arch from build
|
2021-06-25 14:07:35 +05:00 |
|
Denis Gukov
|
38ab6adfa2
|
fix(ci): goreleaser hooks only once
|
2021-06-25 13:53:50 +05:00 |
|
Denis Gukov
|
794ec2ab41
|
chore: old goreleaser
|
2021-06-25 13:25:57 +05:00 |
|
Denis Gukov
|
0fe9c2b219
|
fix(be): setup
|
2021-06-25 02:30:32 +05:00 |
|
Denis Gukov
|
c9f64b51cf
|
fix(be): returns store according configuration
|
2021-06-25 02:17:50 +05:00 |
|
Denis Gukov
|
cca0e95dea
|
fix(be): pass unit tests
|
2021-06-25 01:53:48 +05:00 |
|
Denis Gukov
|
a6b4b1438f
|
style(be): linter
|
2021-06-25 00:58:39 +05:00 |
|
Denis Gukov
|
20ca9b93e7
|
fix(ci): checksum
|
2021-06-25 00:55:26 +05:00 |
|
Denis Gukov
|
b60e927fc6
|
fix(be): correct sorting for boltdb
|
2021-06-25 00:53:36 +05:00 |
|
Denis Gukov
|
482d24422b
|
feat: tasks for BoltDB
|
2021-06-24 22:45:28 +05:00 |
|
Denis Gukov
|
c1853fa5de
|
chore(ci): return circleci config
|
2021-05-17 03:06:26 +05:00 |
|
Denis Gukov
|
2b8a942e33
|
fix(be): remove boltdb user
|
2021-05-17 02:44:42 +05:00 |
|
Denis Gukov
|
c607b20b26
|
feat: remove old ui
|
2021-05-15 17:59:06 +05:00 |
|
Denis Gukov
|
31342eeece
|
test(be): replace t.Failed() to t.Fatal()
|
2021-05-15 17:40:31 +05:00 |
|
Denis Gukov
|
bdd0977706
|
test(be): add some tests for bolt db
|
2021-05-15 17:23:47 +05:00 |
|
Denis Gukov
|
bf91af5198
|
feat(db): boltdb soft delete
|
2021-05-15 16:27:42 +05:00 |
|
Denis Gukov
|
ca05dd94db
|
fix(be): return correct http error code
|
2021-05-14 17:31:24 +05:00 |
|
Denis Gukov
|
0aee57643b
|
test(be): delete user and project for boltdb
|
2021-05-14 16:57:51 +05:00 |
|
Denis Gukov
|
bc5f7946fc
|
test(be): tests for bolt implementation
|
2021-05-14 16:47:32 +05:00 |
|
Denis Gukov
|
855228e22c
|
fix(be): boltdb - empty lists
|
2021-05-14 04:23:23 +05:00 |
|
Denis Gukov
|
2624a72bcf
|
feat(be): run boltdb backend
|
2021-05-14 03:37:45 +05:00 |
|
Denis Gukov
|
c2628bf909
|
fix(be): correct marshalling for boltdb
|
2021-05-14 02:17:16 +05:00 |
|
Denis Gukov
|
c0a0e71417
|
refactor(be): rename db tables prop objects
|
2021-05-14 00:45:54 +05:00 |
|
Denis Gukov
|
0e7c8b7f63
|
fix(be): boltdb backet validation
|
2021-05-13 19:33:04 +05:00 |
|
Denis Gukov
|
b0d0561966
|
fix(be): add required param
|
2021-05-13 19:23:12 +05:00 |
|
Denis Gukov
|
dade5a3a7b
|
feat(be): implemented all Store interface methods by BoltDb implementation
|
2021-05-13 18:49:32 +05:00 |
|
Denis Gukov
|
6a652be1f4
|
feat(be): implement all except tesks for BoltDB
|
2021-05-13 03:56:31 +05:00 |
|
Denis Gukov
|
052499730b
|
feat(be): implement session, project with boltdb
|
2021-05-10 01:08:10 +05:00 |
|
Denis Gukov
|
67acad9c32
|
feat(be): add env, tempalte and inv implementation for bolt
|
2021-05-09 01:25:31 +05:00 |
|
Denis Gukov
|
14f2df7910
|
chore(ci): disable building on circleci
|
2021-05-08 22:28:49 +05:00 |
|
Denis Gukov
|
0cc640b48b
|
feat(be): bolt helper functions like for sql
|
2021-05-08 22:25:00 +05:00 |
|
Denis Gukov
|
55e8024b23
|
refactor: move ObjectProperies to db package
|
2021-05-07 15:08:34 +05:00 |
|
Denis Gukov
|
c16406c924
|
fix: return Sql() method to SqlDb type for dredd tests
|
2021-05-06 18:12:21 +05:00 |
|
Denis Gukov
|
dafd619134
|
feat: complate migration to Store. Remove Sql() method
|
2021-05-06 17:49:26 +05:00 |
|
Denis Gukov
|
82c3b62660
|
refactor: user auth via Store
|
2021-05-06 17:41:31 +05:00 |
|
Denis Gukov
|
d21b32fe6c
|
refactor(be): remove method fetch, use Store instaed of it
|
2021-05-06 13:34:44 +05:00 |
|
Denis Gukov
|
241409ff37
|
Merge pull request #668 from gsoosk/develop
Update alipine version in production docker file to install ansible 2.10
|
2021-04-28 17:57:22 +05:00 |
|
Farzad
|
57266ab501
|
Update alipine version in production docker file to install ansible 2.10
|
2021-04-28 14:23:14 +04:30 |
|
Denis Gukov
|
421c05a962
|
fix(fe): add field project_id to each mutation request from class ItemFormBase.js
|
2021-04-22 15:36:23 +05:00 |
|
Denis Gukov
|
134bd18590
|
fix(fe): add input for temlate's extra args
|
2021-04-21 17:21:57 +05:00 |
|
Denis Gukov
|
64269148a7
|
Merge pull request #661 from TrayserCassa/develop
Change galaxy run behaviour
|
2021-04-20 00:08:12 +05:00 |
|
derks.patrick
|
a1d39652c1
|
change log for missing requirements file in roles directory
|
2021-04-15 18:51:44 +02:00 |
|
derks.patrick
|
63d3f88b08
|
added GetMd5Hash func in helpers. Add import and refactor imports
|
2021-04-15 18:46:00 +02:00 |
|
derks.patrick
|
ea1640c6a9
|
add dependency for md5 hash func. Refactor imports
|
2021-04-15 18:45:00 +02:00 |
|
derks.patrick
|
6481d95cc6
|
use hasrequirementsChanges check for galaxy run
|
2021-04-15 18:42:47 +02:00 |
|