Code Monkey home page Code Monkey logo

as_export's People

Contributors

helrond avatar p-galligan avatar pobocks avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

as_export's Issues

Remove PDF creation from script

Once we launch DIMES-TNG, we don't need PDFs any more. This functionality should be removed from the script, along with supporting dependencies.

logout() function throws error when `--update_time` is used

Traceback (most recent call last):
  File "/home/harnold/asExportIncremental.py", line 391, in <module>
    logout()
  File "/home/harnold/asExportIncremental.py", line 88, in logout
    requests.post('{baseURL}/logout'.format(**dictionary), headers=headers)
NameError: global name 'headers' is not defined

Suspect the user is never logging into AS; hence they don't need to log out.

Change name of default branch

In alignments with efforts to reduce harmful and oppressive language in all aspects of the RAC's work, the default branch on this repository should be renamed from master to base.

  1. Move to a new default branch and push:
git branch -m master base
git push -u origin base
  1. Change default branch in GitHub.
  2. Update any CI integrations (Travis CI/GitHub Actions) which rely on this branch.

Local clones can update refs as follows:

$ git checkout master
$ git branch -m master base
$ git fetch
$ git branch --unset-upstream
$ git branch -u origin/base
$ git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/base

Remove unnecessary directories

Currently, files are saved to a subdirectory with an identifier name. This was done because that's the structure XTF expects. However, now that we are no longer indexing things in XTF we don't need those intermediate directories anymore. Let's get rid of them to simplify things.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.