featurebase/dax/controller
David Kagan dd90838deb
Cloud 1457 (#2347)
* added dupe check

* added dupe check for databases

* prevent dupe table names

* refactored table dupe search

* further refactoring

This commit, further refactoring of checking for duplicates are done with SQL commands
Also adjusted tests to confirm changes

* fixed linting errors

* moved the errors around to keep them consolidated in the dax package

also removed useless comment
2023-03-23 16:20:45 -04:00
..
balancer Sqldb rip boltdb (#2341) 2023-03-22 08:54:13 -05:00
client Add HasDirective to dax.Node struct to force Directive on restart (#2335) 2023-03-21 13:22:16 -05:00
http Add HasDirective to dax.Node struct to force Directive on restart (#2335) 2023-03-21 13:22:16 -05:00
partitioner Remove MDS and replace it with Controller (#2219) 2023-01-30 16:54:12 -06:00
poller Add HasDirective to dax.Node struct to force Directive on restart (#2335) 2023-03-21 13:22:16 -05:00
schemar Cloud 1457 (#2347) 2023-03-23 16:20:45 -04:00
service Sqldb rip boltdb (#2341) 2023-03-22 08:54:13 -05:00
sqldb Cloud 1457 (#2347) 2023-03-23 16:20:45 -04:00
balancer.go Cloud 1358 bolt postgres (#2286) 2023-03-20 09:02:22 -05:00
config.go Sqldb rip boltdb (#2341) 2023-03-22 08:54:13 -05:00
controller.go Add HasDirective to dax.Node struct to force Directive on restart (#2335) 2023-03-21 13:22:16 -05:00
controller_test.go Sqldb rip boltdb (#2341) 2023-03-22 08:54:13 -05:00
director.go Remove MDS and replace it with Controller (#2219) 2023-01-30 16:54:12 -06:00
errors.go Remove MDS and replace it with Controller (#2219) 2023-01-30 16:54:12 -06:00
node.go Remove MDS and replace it with Controller (#2219) 2023-01-30 16:54:12 -06:00
node_registerer.go Cloud 1358 bolt postgres (#2286) 2023-03-20 09:02:22 -05:00
sets.go Remove MDS and replace it with Controller (#2219) 2023-01-30 16:54:12 -06:00
snapping_turtle.go Cloud 1358 bolt postgres (#2286) 2023-03-20 09:02:22 -05:00
stringers.go Remove MDS and replace it with Controller (#2219) 2023-01-30 16:54:12 -06:00
transactor.go Add HasDirective to dax.Node struct to force Directive on restart (#2335) 2023-03-21 13:22:16 -05:00